# Makefile for running with "nmake" on an NT box
# To run the server app (PhoneRecorder):
#   - have resolv.conf in the working directory
#   - do not have a "file1" in the working directory
#   - jview PhoneRecorder 
#   - call the gateway (45522 or 45523)
#   - ask for extension 10018
#   - after phone rings, speak a message
# To run PhonePlayer:
#   - have resolv.conf in the working directory
#   - have some sound files in the working directory
#   - jview PhonePlayer [ phone-number [ filename [ flow delay]]]
#   - answer the phone when it rings and listen


all: PhoneRecorder.java PhonePlayer.java
	javac PhoneRecorder.java
	javac PhonePlayer.java
